; ---------------------------------------------
; Object initialisation data
; Note the format of latitude and longitude; the major
; degree figure MUST be followed by a comma i.e. xnn,nn.nn
; Also applies to waypoints
; ---------------------------------------------

[init]
Airspeed=0
Altitude=15.0
Latitude=N54,36.73
Longitude=W5,52.78
Pitch=0.0
Bank=0.0
Heading=35
OnGround=1
Object=Maule M7 260C paint3
Reg=G-DAIG
		
; ---------------------------------------------
; Waypoints -  flags are in HEX
; ---------------------------------------------
; WAYPOINT_NONE                    = 0x00000000
; WAYPOINT_SPEED_REQUESTED         = 0x00000004
; WAYPOINT_COMPUTE_VERTICAL_SPEED  = 0x00000010
; WAYPOINT_ALTITUDE_IS_AGL         = 0x00000020
; WAYPOINT_ON_GROUND               = 0x00100000
; WAYPOINT_REVERSE                 = 0x00200000
; WAYPOINT_WRAP_TO_FIRST           = 0x00400000
;
; Waypoint numbering is zero-based
; Layout can be in any order but all five key pairs must be there

[wpt.0]
flags=&H4
latitude=N54,37.46
longitude=W5,51.90
airspeed=100
altitude=500

[wpt.1]
flags=&H4
altitude=500
latitude=N54,38.12
longitude=W5,51.72
airspeed=100

; etc.